Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tests): Fix compressed mode loading #7178

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

cpcallen
Copy link
Contributor

@cpcallen cpcallen commented Jun 18, 2023

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Resolves

Errors in PRs #7171 and 7173 (and the author's failure to do enough local testing before submitting those PRs) that broke compressed mode loading in the playgrounds.

Proposed Changes

  • Fix a typo in bootstrap.js ("Blocky" -> "Blockly").
  • Updating the chunks definitions build_tasks.js to use the new variables we expect to contain generator exports objects.

Behaviour Before Change

Playgrounds load in uncompressed mode but not compressed mode.

Behavior After Change

Playgrounds load in both uncompressed and compressed mode.

Reason for Changes

Facilitate testing for v10 release.

Due to errors in PRs google#7171 and 7173 (and the author's failure to do
enough local testing before submitting those PRs), compressed mode
loading was broken in the playgrounds.  Fix this by:

- Fix a typo in bootstrap.js ("Blocky" -> "Blockly").
- Updating the chunks definitions build_tasks.js to use the new
  variables we expect to contain generator exports objects.
@cpcallen cpcallen requested a review from NeilFraser June 18, 2023 16:52
@cpcallen cpcallen requested a review from a team as a code owner June 18, 2023 16:52
@github-actions github-actions bot added PR: fix Fixes a bug and removed PR: fix Fixes a bug labels Jun 18, 2023
@cpcallen cpcallen requested a review from BeksOmega June 19, 2023 17:49
@github-actions github-actions bot added PR: fix Fixes a bug and removed PR: fix Fixes a bug labels Jun 20, 2023
@cpcallen cpcallen merged commit ace9c4a into google:develop Jun 20, 2023
@cpcallen cpcallen deleted the fix/compressed branch June 20, 2023 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants